DELETE /ServerGroup/{id}/

Delete a server group.
 

Request

Method Request URI
DELETE /API/ServerGroup/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the server group to be deleted.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

true if the server group was found; otherwise, false.